Click or drag to resize

ServiceMoveItem Method (ItemId, FolderId)

Moves an item.

Namespace:  Independentsoft.Exchange
Assembly:  Independentsoft.Exchange (in Independentsoft.Exchange.dll) Version: 3.0.840.11238
Syntax
public ItemInfoResponse MoveItem(
	ItemId itemId,
	FolderId targetFolderId
)

Parameters

itemId
Type: Independentsoft.ExchangeItemId
The ID of the item to move.
targetFolderId
Type: Independentsoft.ExchangeFolderId
The ID of the folder to move the items to.

Return Value

Type: ItemInfoResponse
Move operation result.
See Also